home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / VlogIT / VlogItTrial.exe / thanks.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-11-02  |  285 b   |  23 lines

  1. body{
  2.     background-color:#666;
  3.     text-align:left;
  4. }
  5.  
  6. #wrap{
  7.     position: relative;
  8.     margin: 100px auto 0 auto;
  9.     width: 769px;
  10.     height:400px;
  11.     background-color:#fff;
  12.     border:4px solid #ccc
  13. }
  14.  
  15. #content {
  16.     padding: 28px 20px 55px 206px;
  17.     
  18. }
  19.  
  20. #wrap img {
  21.     float: left;
  22. }
  23.